projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca20315
)
Cosmetic fix-up of message-forward-included-headers
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 29 Jun 2019 10:05:50 +0000
(12:05 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 29 Jun 2019 10:05:55 +0000
(12:05 +0200)
* lisp/gnus/message.el (message-forward-included-headers): Use
consistent capitalization in the regexps.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index ad3cffcf0eb791bdc2355b15944d090353b417f5..fbe8b45140136a8ddd1680775c1a92b04274333d 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-626,7
+626,7
@@
This may also be a list of regexps."
regexp))
(defcustom message-forward-included-headers
- '("^From:" "^Subject:" "^Date:" "^To:" "^C
C
:")
+ '("^From:" "^Subject:" "^Date:" "^To:" "^C
c
:")
"If non-nil, delete non-matching headers when forwarding a message.
Only headers that match this regexp will be included. This
variable should be a regexp or a list of regexps."